time.Time.wall (field)
30 uses
time (current package)
format.go#L550: if t.wall&hasMonotonic != 0 {
time.go#L152: wall uint64
time.go#L177: return int32(t.wall & nsecMask)
time.go#L182: if t.wall&hasMonotonic != 0 {
time.go#L183: return wallToInternal + int64(t.wall<<1>>(nsecShift+1))
time.go#L193: if t.wall&hasMonotonic != 0 {
time.go#L194: sec := int64(t.wall << 1 >> (nsecShift + 1))
time.go#L197: t.wall = t.wall&nsecMask | uint64(dsec)<<nsecShift | hasMonotonic
time.go#L227: if t.wall&hasMonotonic != 0 {
time.go#L229: t.wall &= nsecMask
time.go#L238: if t.wall&hasMonotonic == 0 {
time.go#L243: t.wall |= hasMonotonic | uint64(sec-minWall)<<nsecShift
time.go#L254: if t.wall&hasMonotonic == 0 {
time.go#L268: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L278: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L290: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L313: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L1176: t.wall = t.wall&^nsecMask | uint64(nsec) // update nsec
time.go#L1178: if t.wall&hasMonotonic != 0 {
time.go#L1195: if t.wall&u.wall&hasMonotonic != 0 {
time.go#L1224: if t.wall&hasMonotonic != 0 {
time.go#L1234: if t.wall&hasMonotonic != 0 {
time.go#L1552: t.wall = uint64(nsec)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)